home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 5984 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  689 b 

  1. Path: ni1.ni.net!usenet
  2. From: Jeff Nikodym <jeffnik@ni.net>
  3. Newsgroups: comp.lang.c++
  4. Subject: Q: Unresolved externnal "_main"?
  5. Date: Wed, 07 Feb 1996 11:38:23 -0800
  6. Organization: Network Intensive
  7. Message-ID: <3118FFAF.B80@ni.net>
  8. NNTP-Posting-Host: jeffnik.ni.net
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 2.0b6a (Win95; I)
  13.  
  14. As you might be able to tell, Im just learning C++.
  15. Im using MSVC2.0, and whenever I try to compile any program that is not 
  16. made with the "Application Wizard", during the link phase I get an 
  17. error: "unresolved external ... '_main'". Might someone have an insight 
  18. as to what Im doing wrong?
  19.